traversal - определение. Что такое traversal
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое traversal - определение

WIKIMEDIA DISAMBIGUATION PAGE
Traversal (disambiguation)
Найдено результатов: 68
traversal         
<data> Processing nodes in a graph one at a time, usually in some specified order. Traversal of a tree is recursively defined to mean visiting the root node and traversing its children. Visiting a node usually involves transforming it in some way or collecting data from it. In "pre-order traversal", a node is visited __before__ its children. In "post-order" traversal, a node is visited __after__ its children. The more rarely used "in-order" traversal is generally applicable only to binary trees, and is where you visit first a node's left child, then the node itself, and then its right child. For the binary tree: T / I S / D E A pre-order traversal visits the nodes in the order T I D E S. A post-order traversal visits them in the order D E I S T. An in-order traversal visits them in the order D I E T S. (2001-10-01)
Directory traversal attack         
COMPUTER SECURITY VULNERABILITY TO GAIN UNAUTHORIZED ACCESS TO THE FILE SYSTEM
Path traversal vulnerability; Path traversal; Directory traversal
A directory traversal (or path traversal) attack exploits insufficient security validation or sanitization of user-supplied file names, such that characters representing "traverse to parent directory" are passed through to the operating system's file system API. An affected application can be exploited to gain unauthorized access to the file system.
post-order traversal         
  • (''D'' + ''E'')}}
  • size=180}})'':{{br}} &nbsp; &nbsp; A, C, E, D, B, H, I, G, F.
}}
  • ''Level-order'': F, B, G, A, D, I, C, E, H.
CLASS OF ALGORITHMS
Tree search algorithm; Inorder traversal; Pre-order traversal; Post-order traversal; Backward inorder traversal; Backward Inorder traversal; In-order traversal; Postorder; Inorder; Preorder traversal; Postorder traversal; Preorder walk; Pre-order walk; Inorder walk; In-order walk; Postorder walk; Post-order walk; Tree search; Inorder tree walk; Preorder tree walk; Postorder tree walk; Postfix traversal; Prefix traversal; Tree-search algorithm; Infix traversal; In-order iteration; Preorder iteration; Postorder iteration; Level order; Tree traversals; Endorder; Tree walk; Converse Postorder; Walking the tree; Applications of tree search algorithms; Morris traversal; Morris tree traversal
Tree traversal         
  • (''D'' + ''E'')}}
  • size=180}})'':{{br}} &nbsp; &nbsp; A, C, E, D, B, H, I, G, F.
}}
  • ''Level-order'': F, B, G, A, D, I, C, E, H.
CLASS OF ALGORITHMS
Tree search algorithm; Inorder traversal; Pre-order traversal; Post-order traversal; Backward inorder traversal; Backward Inorder traversal; In-order traversal; Postorder; Inorder; Preorder traversal; Postorder traversal; Preorder walk; Pre-order walk; Inorder walk; In-order walk; Postorder walk; Post-order walk; Tree search; Inorder tree walk; Preorder tree walk; Postorder tree walk; Postfix traversal; Prefix traversal; Tree-search algorithm; Infix traversal; In-order iteration; Preorder iteration; Postorder iteration; Level order; Tree traversals; Endorder; Tree walk; Converse Postorder; Walking the tree; Applications of tree search algorithms; Morris traversal; Morris tree traversal
In computer science, tree traversal (also known as tree search and walking the tree) is a form of graph traversal and refers to the process of visiting (e.g.
pre-order traversal         
  • (''D'' + ''E'')}}
  • size=180}})'':{{br}} &nbsp; &nbsp; A, C, E, D, B, H, I, G, F.
}}
  • ''Level-order'': F, B, G, A, D, I, C, E, H.
CLASS OF ALGORITHMS
Tree search algorithm; Inorder traversal; Pre-order traversal; Post-order traversal; Backward inorder traversal; Backward Inorder traversal; In-order traversal; Postorder; Inorder; Preorder traversal; Postorder traversal; Preorder walk; Pre-order walk; Inorder walk; In-order walk; Postorder walk; Post-order walk; Tree search; Inorder tree walk; Preorder tree walk; Postorder tree walk; Postfix traversal; Prefix traversal; Tree-search algorithm; Infix traversal; In-order iteration; Preorder iteration; Postorder iteration; Level order; Tree traversals; Endorder; Tree walk; Converse Postorder; Walking the tree; Applications of tree search algorithms; Morris traversal; Morris tree traversal
NAT traversal         
TECHNIQUE OF ESTABLISHING AND MAINTAINING CONNECTIONS ACROSS NETWORK GATEWAYS THAT IMPLEMENT ADDRESS TRANSLATION
NAT Traversal; NAT-T; Natpass; NAT transversal; IPsec Passthrough; Latching (networking); Hosted NAT traversal
Network address translation traversal is a computer networking technique of establishing and maintaining Internet protocol connections across gateways that implement network address translation (NAT).
in-order traversal         
  • (''D'' + ''E'')}}
  • size=180}})'':{{br}} &nbsp; &nbsp; A, C, E, D, B, H, I, G, F.
}}
  • ''Level-order'': F, B, G, A, D, I, C, E, H.
CLASS OF ALGORITHMS
Tree search algorithm; Inorder traversal; Pre-order traversal; Post-order traversal; Backward inorder traversal; Backward Inorder traversal; In-order traversal; Postorder; Inorder; Preorder traversal; Postorder traversal; Preorder walk; Pre-order walk; Inorder walk; In-order walk; Postorder walk; Post-order walk; Tree search; Inorder tree walk; Preorder tree walk; Postorder tree walk; Postfix traversal; Prefix traversal; Tree-search algorithm; Infix traversal; In-order iteration; Preorder iteration; Postorder iteration; Level order; Tree traversals; Endorder; Tree walk; Converse Postorder; Walking the tree; Applications of tree search algorithms; Morris traversal; Morris tree traversal
Graph traversal         
  • A non-verbal description of three graph traversal algorithms: randomly, depth-first search, and breadth-first search.
CHECKING AND/OR CHANGING EACH VERTEX IN A GRAPH
Graph exploration algorithm; Graph search algorithm; Graph search; Node traversal
In computer science, graph traversal (also known as graph search) refers to the process of visiting (checking and/or updating) each vertex in a graph. Such traversals are classified by the order in which the vertices are visited.
Traversal Using Relays around NAT         
NETWORK PROTOCOL
TURN; Networking:TURN; Traversal Using Relay Nat(Turn); Traversal Using Relay NAT
Traversal Using Relays around NAT (TURN) is a protocol that assists in traversal of network address translators (NAT) or firewalls for multimedia applications. It may be used with the Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).
Traversed edges per second         
Edge traversal rate; Draft:TEPS (computing)
The number of traversed edges per second (TEPS) that can be performed by a supercomputer cluster is a measure of both the communications capabilities and computational power of the machine. This is in contrast to the more standard metric of floating-point operations per second (FLOPS), which does not give any weight to the communication capabilities of the machine.

Википедия

Traversal

Traversal may refer to:

  • Graph traversal, checking and/or changing each vertex in a graph
    • Tree traversal, checking and/or changing each node in a tree data structure
  • NAT traversal, establishing and maintaining Internet protocol connections in a computer network, across gateways that implement network address translation